@charset "utf-8";
/*
global
微软雅黑=\5fae\8f6f\96c5\9ed1
微軟正黑體=\5fae\8edf\6b63\9ed1\9ad4
新宋体=\65b0\5b8b\4f53
宋体=\5b8b\4f53
黑体=\9ed1\4f53
丽黑 Pro=LiHei Pro Medium=\4e3d\9ed1 Pro
丽宋 Pro=LiSong Pro Light=\4e3d\5b8b Pro
*/
* html,
* html body {
	_background-image: url(about:blank);
	_background-attachment: fixed;
}
html,
body {
	font-family: \5fae\8f6f\96c5\9ed1, Tahoma, \5b8b\4f53, sans-serif;
	color: #000;
	background-color: #FFF;
	min-width: 1044px;
}
.module {
	width: 1044px;
	margin: 0 auto;
}
/*
header
*/
#header {
	font-size: 12px;
	color: #808080;
}
#header .topbar {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #E7E7E7;
}
#header .topbar .left {
	float: left;
}
#header .topbar .right {
	float: right;
}
#header .topbar .right span {
	padding: 0 6px;
	color: #AAA;
}
#header .topbar .right a {
	color: #808080;
	text-decoration: none;
}
#header .topbar .right a:hover {
	color: #36C;
	
}
#header .logo {
	padding: 20px 0;
	height: 65px;
	overflow: hidden;
}
#header .logo .module {
	height: 65px;
	background: url(../images/telephone.jpg) no-repeat 100% 10px;
}
#header .logo h1 {
	float: left;
}
/*
nav
*/
#nav {
	height: 50px;
	line-height: 50px;
	background: #044C87;
}
#nav li {
	width: 116px;
	text-align: center;
	float: left;
	position: relative;
	zoom: 1;
	z-index: 999999;
}
#nav li a {
	display: block;
	height: 50px;
	color: #FFF;
	text-decoration: none;
}
#nav li ol {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: #316C9D;
	overflow: hidden;
}
#nav li.current,
#nav li.hover,
#nav li:hover {
	background: #316C9D;
}
#nav li.hover ol,
#nav li:hover ol {
	display: block;
}
/*
container
*/
#container {
}
/*
footer
*/
#footer {
	color: #FFF;
	background: #044C87;
	overflow: hidden;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EEE;
	
}
#footer .menu {
	border-bottom: 1px solid #033A67;
	padding: 30px 0 20px 0;
	height: 160px;
	clear: both;
	zoom: 1;
	overflow: hidden;
}
#footer dl {
	float: left;
	width: 170px;
}
#footer dl dt {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-left: 1em;
}
#footer dl dd ul {
	list-style: disc;
	margin-left: 2em;
}
#footer dl dd ul li {
	 height: 26px;
	 line-height: 26px;
}
#footer dl dd p {
	 line-height: 22px;
}
#footer .copyright {
	border-top: 1px solid #316C9D;
	padding: 15px;
	height: 54px;
	zoom: 1;
	overflow: hidden;
}
#footer .copyright .left {
	background: url(../images/f_logo.jpg) no-repeat 0 0;
	height: 54px;
	padding-left: 64px;
	float: left;
	zoom: 1;
}
#footer .copyright .left p {
	padding: 5px;
	height: 44px;
	line-height: 22px;
	float: left;
}
#footer .copyright .right {
	height: 18px;
	line-height: 18px;
	float: right;
	padding: 18px 0 18px 18px;
	zoom: 1;
}
#footer .copyright .right span {
	display: block;
	height: 18px;
	float: left;
}
/*
flexslider
*/
.flexslider {
    position: relative;
    height: 455px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
    position: relative;
    z-index: 1;
}
.slides li {
    height: 455px;
}
.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
}
.flex-control-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    margin-left: -96px;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    float: left;
    width: 54px;
    height: 8px;
    margin: 0 5px;
    zoom: 1;
    *display: inline;
}
.flex-control-nav a {
    display: inline-block;
    width: 54px;
    height: 8px;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/dot.png) right 0 no-repeat;
}
.flex-control-nav .flex-active {
    background-position: 0 0;
}
.flex-direction-nav {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 3;
    width: 100%;
}
.flex-direction-nav li a {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}
.flex-direction-nav li a.flex-prev {
    left: 60px;
    background: url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
    right: 60px;
    background: url(../images/next.png) center center no-repeat;
}